home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…ry 5: (Reseller Edition) / Apple Reference & Presentations Library 5.0 (Reseller Edition).iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_85099.txt < prev    next >
Text File  |  1987-11-25  |  2KB  |  102 lines

  1. -- card: 85099 from stack: in
  2. -- bmap block id: 139827
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 8002
  11. -- rect: left=381 top=55 right=79 bottom=486
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Details
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect zoom open
  23.   go to card id 101642
  24. end mouseUp
  25.  
  26.  
  27.  
  28.  
  29. -- part 6 (button)
  30. -- low flags: 00
  31. -- high flags: 8003
  32. -- rect: left=14 top=284 right=310 bottom=105
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: Harpsichord
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   play "Harpsichord" tempo 380 b3 c#4 d e f# g a#3 g4 f# e d c# d r f# r b r c# r b r a# r bw
  44. end mouseUp
  45.  
  46.  
  47.  
  48. -- part 7 (button)
  49. -- low flags: 00
  50. -- high flags: A003
  51. -- rect: left=19 top=237 right=262 bottom=80
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 0 / 0
  54. -- text alignment: 1
  55. -- font id: 0
  56. -- text size: 12
  57. -- style flags: 0
  58. -- line height: 16
  59. -- part name: Boing
  60. ----- HyperTalk script -----
  61. on mouseUp
  62.   play "Boing" e c d g3h. gq d4 e cw
  63. end mouseUp
  64.  
  65.  
  66.  
  67. -- part contents for background part 2
  68. ----- text -----
  69. Play
  70. ay
  71.  
  72. -- part contents for background part 1
  73. ----- text -----
  74. Play <"voice"> [tempo <tempo>] <"notes">
  75.  
  76. Make musical sounds using the specified voice.  Play the notes in the list.  "Boing" and "harpsichord" voices are included in HyperTalk.  To use other voices, include their resources in your stacks.  See Details.
  77.  note with # for sharp or b for flat
  78.      octave (4 = the middle octave)
  79.              time value‚Äîw, h, q, e, s, t, x (whole thru 64th)
  80. c#5q.             optional "." for dotted, 3 for triplet
  81.  
  82. play "Boing" tempo 120  "e c d g3h. gq d4 e cw."
  83.  
  84.  
  85. -- part contents for background part 44
  86. ----- text -----
  87. Form
  88.  
  89. What it does
  90.  
  91.  
  92.  
  93. Structure
  94.  
  95.  
  96.  
  97.  
  98. Examples
  99.  
  100. -- part contents for background part 43
  101. ----- text -----
  102. 337,122